home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 011 / pchelp.arc / HELP.### < prev    next >
Text File  |  1985-03-03  |  5KB  |  103 lines

  1. COMMAND:  HELP                                  DOCUMENTATION : On-line
  2.  
  3. FUNCTION: Provides an on-line description of all the commands and utilities
  4.           available on the system as well as brief descriptions of various
  5.           features of the system.
  6.  
  7. FORMAT:   HELP [keyword]
  8.  
  9. TYPE:     Public domain software (D.N. Ikle,1671 Newport,Denver,CO 80220)
  10.  
  11. REMARKS:  keyword is the 1-8 character feature for which help is desired.
  12.           The optional keyword can be ?, to display a summary HELP screen, the
  13.           name of a DOS or other system command or utility, or the name of
  14.           certain system features.  The first 8 non-blank characters after
  15.           HELP become the keyword.  Entering the keyword HELP provides a
  16.           detailed description of the HELP facility and a list of the keywords
  17.           that describe certain system features.  Entering the keyword
  18.           COMMANDS provides a list and brief description of all the commands
  19.           and utilities available on the system.  Omitting the keyword on the
  20.           command line causes a menu to be displayed that prompts for entry of
  21.           a keyword.  If an invalid keyword is entered the speaker beeps and
  22.           the HELP menu is displayed.
  23.  
  24.           Following entry of a valid keyword, 1 to 8 screens of text are
  25.           displayed from the text file that describes the command, utility, or
  26.           feature.  From any individual HELP screen, press Enter to return to
  27.           the HELP menu, or Escape to return to DOS.  If Escape is pressed,
  28.           all but the first line of the current screen remains on the display
  29.           to allow the user to enter the command at the bottom of the display
  30.           while viewing most of the instructions.  The cursor control keys Up,
  31.           Dn, PgUp, PgDn, Home and End can be used to move backward or forward
  32.           a line or a screen at a time or to display the first or last HELP
  33.           screen in the current file.  These options are summarized on line 25
  34.           of the display, which also indicates whether the file is continued
  35.           on another screen or the end of file has been reached.
  36.  
  37.           A notation indicates if a public domain utility has a document
  38.           file On-Line in \utility\doclib, Off-Line in a manual, or has no
  39.           documentation at all. HELP support files are in \help, and the HELP
  40.           screens for the system commands and utilities are in \help\pcdos,
  41.           \help\private, and \help\public.
  42.  
  43.           The following keywords can be used to obtain descriptions of
  44.           various special features of the system:
  45.  
  46.           ANSI
  47.  
  48.             ANSI.SYS is a DOS installable device driver that provides
  49.             enhanced keyboard and display capabilities.
  50.  
  51.           AUTOEXEC
  52.  
  53.             An AUTOEXEC.BAT file in the root directory of the boot disk is
  54.             executed on system start-up. Commands installed therein are
  55.             executed immediately and initialize the system with whatever
  56.             features are included.
  57.  
  58.           BATCH
  59.  
  60.             Batch files have the extension .BAT and are executed from DOS. They
  61.             can contain special DOS sub-commands that control their execution,
  62.             regular DOS or public domain system commands, and elements of the
  63.             Extended Batch Language.
  64.  
  65.           COMMANDS
  66.  
  67.             This feature provides an alphabetic list of all commands available
  68.             on the system and a one line description of each.
  69.  
  70.           CONFIG(uration)
  71.  
  72.             Various configuration commands can be included in a CONFIG.SYS file
  73.             in the root directory of the boot disk. These commands define
  74.             system characteristics including the definition of installable
  75.             device drivers.
  76.  
  77.           FILTERS
  78.  
  79.             This advanced DOS 2.+ feature provides several commands that read
  80.             data from a standard input device, modify the data, and then write
  81.             the data to a standard output device.
  82.  
  83.           NOTATION
  84.  
  85.             This feature describes the notation used in the displays of the
  86.             On-Line HELP facility.
  87.  
  88.           PIPES
  89.  
  90.             This advanced DOS 2.+ feature allows the screen output of one
  91.             program to be used as the keyboard input of another program.
  92.  
  93.           REDIRECT(ion)
  94.  
  95.             This advanced DOS 2.+ feature allows a program to receive its
  96.             input from a source other than the keyboard or to direct its output
  97.             to a device other than the display screen.
  98.  
  99.           SYSTEM
  100.  
  101.             This feature describes the system enhancements that are defined in
  102.             the AUTOEXEC.BAT and CONFIG.SYS files at system start-up.
  103.